From: Ray Tung Date: Tue, 3 Oct 2017 12:33:32 +0000 (+1100) Subject: Updated appropriate docs referencing [root] X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~6^2~20^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success//%22http:/www.example.com/cgi/success/?a=commitdiff_plain;h=008a126db7a55ff0cea9aa0b4ebb87085a551faf;p=cargo.git Updated appropriate docs referencing [root] --- diff --git a/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md b/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md index de3f18cb0..574a6677f 100644 --- a/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md +++ b/src/doc/book/src/guide/cargo-toml-vs-cargo-lock.md @@ -71,7 +71,7 @@ Cargo will take the latest commit and write that information out into our `Cargo.lock` when we build for the first time. That file will look like this: ```toml -[root] +[[package]] name = "hello_world" version = "0.1.0" dependencies = [ diff --git a/src/doc/guide.md b/src/doc/guide.md index 55decf1ac..e63be4dd5 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -328,7 +328,7 @@ Cargo will take the latest commit and write that information out into our `Cargo.lock` when we build for the first time. That file will look like this: ```toml -[root] +[[package]] name = "hello_world" version = "0.1.0" dependencies = [